| Overload | Description |
|---|---|
| NotEndWithEquivalentOf(String,String,Object[]) | Asserts that a string does not end with the specified unexpected, including any leading or trailing whitespace, with the exception of the casing. |
| NotEndWithEquivalentOf(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string does not end with the specified unexpected, using the provided config. |